Note: This statement is named Select Item in the Add Statement dialog box.
Selects an item in a control.
Syntax
Select("Item")
Argument
| Argument | Description |
|---|---|
| Item | Item to select. |
Supported objects
Cell, ComboBox, Grid, Item, ListBox, ListView, Menu, PopupMenu, Row, Tab, TabBar, ToolBar, Tree
Example
Window("WysiCorp CRM").Menu("MenuBar").Item("File/Switch Project...").Select()